build: The doc shooter works without x11 now
authorMatthias Clasen <mclasen@redhat.com>
Sun, 30 Aug 2020 22:54:53 +0000 (18:54 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 31 Aug 2020 01:23:25 +0000 (21:23 -0400)
No need to restrict the build to just x11.
We're not using pixmaps anymore.

docs/tools/meson.build

index ead3357af04a6d0ee91b8124ef4ec35160864fef..71473c9e5000e9baccd2ff281bfbd3c19c91d7c3 100644 (file)
@@ -1,4 +1,4 @@
-if x11_enabled and get_option('gtk_doc')
+if get_option('gtk_doc')
   doc_shooter_sources = [
     'shooter.c',
     'shadow.c',